wordpress check shortcode exists

69

<?php

if ( shortcode_exists( 'gallery' ) ) {
    // The [gallery] short code exists.
}

?>

Comments

Submit
0 Comments